home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 2
/
The Arsenal Files 2 (Arsenal Computer).ISO
/
doorware
/
cmsed33a.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-07
|
548b
|
26 lines
echo off
echo\
echo The ChessMAGIC! System Editor v3.31
echo --- Module Installation ---
echo\
echo\
if not exist CMSED331.00? goto abort
if exist cmsed.old delete cmsed.old
if exist cmsed.exe ren cmsed.exe cmsed.old
split c cmsed.exe cmsed331.001 cmsed331.002 cmsed331.003
if not exist cmsed.exe goto abort2
del cmsed331.*
echo\
echo CMSED.EXE is now ready to run!
echo\
goto done
:abort
echo\
echo CMSED331.00? modules not found!
echo\
:abort2
echo\
echo CMSED.EXE not compiled -- installation aborted!
echo\
:done